home *** CD-ROM | disk | FTP | other *** search
- Path: FreeNet.Carleton.CA!aq436
- From: aq436@FreeNet.Carleton.CA (Jerry Boyd)
- Newsgroups: comp.lang.c
- Subject: String Function
- Date: 23 Mar 1996 06:45:44 GMT
- Organization: The National Capital FreeNet
- Sender: aq436@freenet2.carleton.ca (Jerry Boyd)
- Message-ID: <4j06mo$1nb@freenet-news.carleton.ca>
- Reply-To: aq436@FreeNet.Carleton.CA (Jerry Boyd)
- NNTP-Posting-Host: freenet2.carleton.ca
-
-
-
- How would I write a function (in the form of
- substring[source,start,count,result] ... yes, I need to
- reinvent the wheel) to remove a specified number of
- characters from a string and store it in an array. For
- instance, extracting three characters from a string,
- starting at from the 4th character.
-
-
-
- --
-
-